net/http.http2stream.cw (field)
9 uses
net/http (current package)
h2_bundle.go#L4512: cw http2closeWaiter // closed wait stream transitions to closed state
h2_bundle.go#L4980: case <-stream.cw:
h2_bundle.go#L5542: st.cw.Close() // signals Handler's CloseNotifier, unblocks writes, etc
h2_bundle.go#L5995: st.cw.Init()
h2_bundle.go#L6289: case <-st.cw:
h2_bundle.go#L6713: case <-rws.stream.cw:
h2_bundle.go#L6732: cw := rws.stream.cw
h2_bundle.go#L6967: case <-st.cw:
h2_bundle.go#L6975: case <-st.cw:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |